Skip to content

Conversation

@dogancanbakir
Copy link
Member

Proposed changes

Closes #4668

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@dogancanbakir dogancanbakir self-assigned this Mar 5, 2024
Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

Before

$  ./nuclei

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.2.0-dev

		projectdiscovery.io

source: /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448
[INF] Current nuclei version: v3.2.0-dev (development)
[INF] Current nuclei-templates version: v9.7.7 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 82
[INF] Templates loaded for current scan: 7590
[INF] Executing 7608 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!
file /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448
/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/161026448: Python script text executable, ASCII text

After

$ ./nuclei 

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.2.0-dev

		projectdiscovery.io

source: /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996
[INF] Current nuclei version: v3.2.0-dev (development)
[INF] Current nuclei-templates version: v9.7.7 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 82
[INF] Templates loaded for current scan: 7590
[INF] Executing 7608 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!
file /var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996
/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996: cannot open `/var/folders/fs/50l_djns0db4w30ttbd6czgr0000gn/T/nuclei-tmp-788912717/2102090996' (No such file or directory)

@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review March 7, 2024 12:26
@tarunKoyalwar tarunKoyalwar requested a review from ehsandeep March 7, 2024 12:27
@ehsandeep ehsandeep merged commit bbac102 into dev Mar 7, 2024
@ehsandeep ehsandeep deleted the remove_tmp_code_files branch March 7, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code template file creation / validation as default

4 participants